home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMSETVARIABLE / TFRMSETVARIABLE.txt
Encoding:
Text File  |  2003-01-14  |  2.3 KB  |  105 lines

  1. inherited frmSetVariable: TfrmSetVariable
  2.   Left = 454
  3.   Top = 172
  4.   HelpContext = 95
  5.   Caption = 'y'
  6.   OldCreateOrder = True
  7.   OnShow = FormShow
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   inherited pnlTop: TPanel
  11.     inherited lblCommandName: TLabel
  12.       Caption = ''
  13.     end
  14.     inherited img1616: TImage
  15.       Width = 17
  16.     end
  17.     inherited memActionDesc: TMemo
  18.       Lines.Strings = (
  19.         'Changes the contents of an already existing variable.')
  20.     end
  21.   end
  22.   inherited pnlCenter: TPanel
  23.     inherited pgcControlPage: TPageControl
  24.       inherited tbsAM5Main: TTabSheet
  25.         object lblVarName: TLabel
  26.           Left = 10
  27.           Top = 16
  28.           Width = 72
  29.           Height = 13
  30.           Caption = 'Variable &Name:'
  31.           FocusControl = cboVarName
  32.         end
  33.         object lblNewValue: TLabel
  34.           Left = 10
  35.           Top = 65
  36.           Width = 54
  37.           Height = 13
  38.           Caption = 'New &Value:'
  39.         end
  40.         object cboVarName: TAM5VarListComboBox
  41.           Left = 10
  42.           Top = 32
  43.           Width = 224
  44.           Height = 21
  45.           ItemHeight = 13
  46.           TabOrder = 0
  47.         end
  48.         object memVarValue: TMemo
  49.           Left = 10
  50.           Top = 81
  51.           Width = 449
  52.           Height = 68
  53.           ScrollBars = ssVertical
  54.           TabOrder = 1
  55.           OnKeyDown = memVarValueKeyDown
  56.         end
  57.         object chkEncryptAML: TCheckBox
  58.           Left = 10
  59.           Top = 160
  60.           Width = 435
  61.           Height = 17
  62.           Caption = '&Disguise initial value'
  63.           TabOrder = 2
  64.         end
  65.       end
  66.     end
  67.   end
  68.   inherited taclKeyboardTrap: TActionList
  69.     Left = 200
  70.   end
  71.   inherited dxSIBarManager: TdxBarManager
  72.     Categories.ItemsVisibles = (
  73.       2)
  74.     Categories.Visibles = (
  75.       True)
  76.     PopupMenuLinks = <
  77.       item
  78.         Control = lsvAM5Errors
  79.         PopupMenu = dxCheckPopup
  80.       end>
  81.     DockControlHeights = (
  82.       0
  83.       0
  84.       0
  85.       0)
  86.   end
  87.   inherited dxCheckPopup: TdxBarPopupMenu
  88.     ItemLinks = <
  89.       item
  90.         Item = itmCheckAllErrors
  91.         UserGlyph.Data = {00000000}
  92.         Visible = True
  93.       end
  94.       item
  95.         Item = itmCheckNoErrors
  96.         UserGlyph.Data = {00000000}
  97.         Visible = True
  98.       end>
  99.   end
  100.   inherited IvTranslator1: TIvTranslator
  101.     Left = 232
  102.     Top = 348
  103.   end
  104. end
  105.